projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e9ab26
)
(x_session_check_input): Fix prototype.
author
Kim F. Storm
<storm@cua.dk>
Fri, 27 Feb 2004 23:50:00 +0000
(23:50 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Fri, 27 Feb 2004 23:50:00 +0000
(23:50 +0000)
src/xterm.h
patch
|
blob
|
history
diff --git
a/src/xterm.h
b/src/xterm.h
index 4b9aa7b9c904c5283edba013ce4f8716b9b70fdc..b7f46a8abd48f37e41212eac05059eed50ccaaa6 100644
(file)
--- a/
src/xterm.h
+++ b/
src/xterm.h
@@
-1086,8
+1086,7
@@
extern void widget_store_internal_border P_ ((Widget));
/* Defined in xsmfns.c */
#ifdef HAVE_X_SM
extern void x_session_initialize P_ ((struct x_display_info *dpyinfo));
-extern int x_session_check_input P_ ((struct input_event *bufp,
- int *numchars));
+extern int x_session_check_input P_ ((struct input_event *bufp));
extern int x_session_have_connection P_ ((void));
#endif